Creates a StackPanel containing the specified plots and axis renderers. The panel is automatically added to the dashboard's LayoutPanel.
Namespace: MindFusion.Charting.Controls
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
public StackPanel CreateAndAddRowLayout ( |
Visual Basic
Copy Code
|
|---|
Public Function CreateAndAddRowLayout( _ |
An array of YAxisRenderer components that should be placed at left side of the plots.
An array of Plot2D instances.
An array of YAxisRenderer components that should be placed at right side of the plots.
A StackPanel instance.
See Also